public PDFSoftMask( PDFImage sourceImage ) |
Parameters
- sourceImage
- A grayscale image that represents the soft mask.
public PDFSoftMask( PDFImage sourceImage ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | When sourceImage is null or it is not a gray 8bpc image. |